home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / prg_casm / snpd9611.zip / FTIME.H < prev    next >
C/C++ Source or Header  |  1996-11-24  |  181b  |  10 lines

  1. .I 0 2
  2. /* +++Date last modified: 28-Sep-1996 */
  3.  
  4. .I 8 1
  5. #include <time.h>
  6. .I 28 3
  7. void   ftime2tm(struct ftime *ft, struct tm *time);
  8. time_t ftime2time(struct ftime *ft);
  9.  
  10.